Configuring for the IDE
Visual Studio Code
In order to configure analyzers for VSCode, you will need to update your project's .vscode/settings.json
file or your user settings. You should need the settings shown below.
|
📓 Note: Issue created here regarding analyzers & SDK mismatches in the logs
After saving your new settings, make sure to restart VSCode. Once VSCode restarts, you should be able to test and see if the analyzers are working by opening a F# file in your workspace and entering the following code